home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Internet software / TableWorks 1.0 / Tutorial Folder / Borders examples next >
Encoding:
Text File  |  1996-05-10  |  822 b   |  41 lines  |  [TEXT/TBLC]

  1. <!--TBLC-->
  2. <HTML>
  3. <HEAD>
  4. <TITLE></TITLE>
  5. </HEAD>
  6. <BODY>
  7.  
  8. <CENTER>
  9. <BR><TABLE>
  10. <TR>
  11. <TD WIDTH=403 HEIGHT=22 ALIGN=CENTER VALIGN=MIDDLE CELLTYPE=TEXT><B>This is a table with the border attribute set to 0</B></TD>
  12. </TR>
  13. </TABLE>
  14. </CENTER>
  15.  
  16. <CENTER>
  17. <BR><TABLE BORDER=3>
  18. <TR>
  19. <TD WIDTH=403 HEIGHT=22 ALIGN=CENTER VALIGN=MIDDLE CELLTYPE=TEXT><B>This is a table with the border attribute set to 3</B></TD>
  20. </TR>
  21. </TABLE>
  22. </CENTER>
  23.  
  24. <CENTER>
  25. <BR><TABLE BORDER=6>
  26. <TR>
  27. <TD WIDTH=403 HEIGHT=22 ALIGN=CENTER VALIGN=MIDDLE CELLTYPE=TEXT><B>This is a table with the border attribute set to 6</B></TD>
  28. </TR>
  29. </TABLE>
  30. </CENTER>
  31.  
  32. <CENTER>
  33. <BR><TABLE BORDER=10>
  34. <TR>
  35. <TD WIDTH=403 HEIGHT=22 ALIGN=CENTER VALIGN=MIDDLE CELLTYPE=TEXT><B>This is a table with the border attribute set to 10</B></TD>
  36. </TR>
  37. </TABLE>
  38. </CENTER>
  39. </BODY>
  40. </HTML>
  41.